PermanentQueue<T>.Count Method

Counts the specified start index.
public int Count( 
int startIndex 
)
This language is not supported or no code example is available.
public:  
int Count( 
int startIndex 
)
This language is not supported or no code example is available.
public function Count( 
startIndex : int 
) : int;
This language is not supported or no code example is available.

Parameters

startIndex
int

The start index.

Return Value

int

System.Int32.

In this article

Definition